-
Notifications
You must be signed in to change notification settings - Fork 5.9k
chore(deps): update dependency minimist to v2.2.1 #5013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✨ code-server docs for PR #5013 is ready! It will be updated on every commit.
|
57e1264
to
652cd56
Compare
652cd56
to
0ed75c1
Compare
a026dd9
to
c989766
Compare
c989766
to
3424a30
Compare
Codecov Report
@@ Coverage Diff @@
## main #5013 +/- ##
=======================================
Coverage 71.30% 71.30%
=======================================
Files 30 30
Lines 1683 1683
Branches 373 373
=======================================
Hits 1200 1200
Misses 413 413
Partials 70 70 Continue to review full report at Codecov.
|
3424a30
to
cd87f46
Compare
Co-authored-by: Renovate Bot <[email protected]>
This PR contains the following updates:
2.2.0
->2.2.1
Release Notes
meszaros-lajos-gyorgy/minimist-lite
v2.2.1
Compare Source
Now we have the
prepare
entry onpackage.json
, which allow this Git repository to be used as a dependency. More on this here.How to replace
minimist
withminimist-lite
in transitive dependencieswith NPM v8+
You will use the Git URLs as dependencies feature. Note that this requires
git
package.json
:rm -f package-lock.json
npm install
grep name node_modules/minimist/package.json
. Should showminimist-lite
insteadwith Yarn v1
You will use the
resolutions
feature along with thenpm
protocol.package.json
:yarn install
grep name node_modules/minimist/package.json
. Should showminimist-lite
insteadConfiguration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.